home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / adrenalin_crackme1.txt < prev    next >
Encoding:
Text File  |  1999-04-15  |  803 b   |  25 lines

  1. CrackMe #1 By AdrΘnalin
  2. -----------------------
  3. Tools Used:
  4. SoftIce
  5.  
  6. ---
  7. Protection:
  8. Code
  9.  
  10. ---
  11. First, you need to have MSVBVM50.DLL loaded in your S-ICE exports.
  12. Start the crackme, enter a code and set a breakpoint on __vbaStrCmp and
  13. press the OK button, when S-ICE breaks, press F11 and you'll land here:
  14.  
  15. :00401D74  68541A4000          PUSH    00401A54
  16. :00401D79  FF1508314000        CALL    [MSVBVM50!__vbaStrCmp]
  17. :00401D7F  8BF8                MOV     EDI,EAX
  18. :00401D81  8D4DD8              LEA     ECX,[EBP-28]
  19. :00401D84  F7DF                NEG     EDI
  20.  
  21. do a 'd 401a54' and you'll see S.y.n.T.a.X. .2.o.o.1 and is in widechar because
  22. the program is written in VB, so the string is SynTaX 2oo1
  23. Enter that, and we have cracked the crackme :)
  24. ---
  25. /Klefz - http://klefz.cjb.net